バージョン

Image コンストラクタ(Int32,Int32,Byte[])

Image クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal data() As Byte _
)
public Image( 
   int width,
   int height,
   byte[] data
)

パラメータ

width
画像幅(ピクセル単位)。
height
画像高さ(ピクセル単位)。
data
画像データのバイト配列。
参照